table.clubrecord td{
	background-color: #E4E4E4;
	border: 1px solid WhiteSmoke;
}

table.clubrecord td.fixed-col, table.clubrecord td.fixed-row, table.clubrecord td.spacer {
	background-color: LavenderBlush;
}

table.clubrecord td.total:not(.fixed-row) {
	background-color: #C8C8C8;
}

table.clubrecord td.fixed-col:not(.fixed-row), table.clubrecord td.fixed-row, table.clubrecord td.spacer {
	background-clip: padding-box;
	border: 1px solid LavenderBlush;  /* Top +Bottom Border required or 'after' border becomes wobbly so add invisibly instead */
	border-left: none;
	border-right: none;
}

table.clubrecord .fixed-row {
	border-top: none;				  /* Mustnt have borders else fixed rows scrollby a pixel */
	border-bottom: none;
}

table.clubrecord .fixed-col {
    z-index: 1;
} 

table.clubrecord .fixed-col, table.clubrecord .fixed-row {
	background: LavenderBlush;
	background-clip: padding-box;
	border: none;
}

table.clubrecord .fixed-row.fixed-col {
	background-clip: padding-box;
	z-index: 2;
}   

table.clubrecord .fixed-row.row_1 {
    top: 0px;     		
    position: sticky;
}

table.clubrecord .fixed-row.row_2 {
    top: 18px;     	
	position: sticky;
}

table.clubrecord .fixed-col.col1 {
    left: 0px;     	
	min-width: 150px;
    position: sticky;
}

table.clubrecord .fixed-row.row_2:after{
    content:'';
    position:absolute;
    left: 0;
    bottom: 0;									
    width:100%;
    border-bottom: 1px solid white;
}

table.clubrecord .fixed-col.col1:after{
    content:'';
    position:absolute;
    top: 0;
    right: 0;									
    height:100%;
    border-right: 1px solid white;
}

table.clubrecord td {
	min-width: 22px; 
	font-size: 12px;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
}

table.clubrecord td.comp {
	/*min-width: 150px; */
	text-align: left;
}

table.clubrecord td.totalband {
	font-weight: bold;
}

table.clubrecord td.actualleague {
	font-size: 10px;
}

table.clubrecord td.actualleague, table.clubrecord td.actualground {
	font-style: italic;
	color: gray;
}

table.clubrecord td.league {
	
}

table.clubrecord td.actualleague {
	text-align: right;
}

table.clubrecord td.spacer {
	padding-left: 0px;
	padding-right: 0px;
	min-width: 3px;
	border: none;
}

table.clubrecord td.spacer.sixfields, table.clubrecord td.spacer.neutral {
	min-width: 15px;
	border: none;
}

table.clubrecord td.spacer.total {
	min-width: 0px;
	width: 0px;
	border: none;
}

table.clubrecord td.han {
	text-align: center;
}

table.clubrecord td.pwdlfa {
	text-align: center;
}

/*
table.clubrecord td.total {
	background-color: #F8F8F8;
}

table.clubrecord td.home {
	background-color: #F0F0F0;
}

table.clubrecord td.away {
	background-color: #E8E8E8;
}

table.clubrecord td.neutral {
	background-color: #E0E0E0;
}
*/

table.clubrecord td.figures {
}

table.clubrecord td.blank-small {
	font-style: italic;
	text-align: left;
	vertical-align: bottom;
	min-height: 3px;
}

table.clubrecord td.blank-big {
	font-style: italic;
	text-align: left;
	vertical-align: bottom;
	min-height: 15px;
	height: 15px;
}
